home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / heart.txt < prev    next >
Text File  |  1997-07-08  |  3KB  |  112 lines

  1.  
  2.     WELCOME to The BEATING HEART DEMO
  3.  
  4.  
  5.    Data Courtesy of:
  6.  
  7.    Dr. Stephan Nekolla                         
  8.    Leiter Medizinische Datenverarbeitung      
  9.    Klinik und Poliklinik fuer Nuklearmedizin 
  10.    Klinikum rechts der Isar der Technischen
  11.    Universitaet Muenchen 
  12.    Ismaningerstr. 22 D-81675 Muenchen
  13.  
  14.  
  15.    Generating the Heart:
  16.    ---------------------
  17.    The heart geometry is generated from triangulating
  18.    an array of points into a series of quad polygons.
  19.    Each frame of the beating heart consists of 3
  20.    parts: Inner Surface, Outer Surface, and Bottom 
  21.    (connecting) surface.
  22.  
  23.    The colors are determined using a color lookup
  24.    value from a 3D array of perfusion values stored
  25.    for every point. The heart is then animated 
  26.    with the 16 frames generated from the above steps.
  27.  
  28.    
  29.    IDL 5.0 Features:
  30.    -----------------
  31.    This demo uses the following features from the new 
  32.    IDL 5.0 Object Graphics:
  33.  
  34.    o  Interactive 3D graphics to control the object 
  35.       transformation (rotation) with the mouse.
  36.  
  37.    o  Geometry creation using "IDLgrPolygon" and
  38.       "IDLgrPolyline" to represent the heart light
  39.       source icons.
  40.  
  41.    o  Light source shading, using 2 "Positional" 
  42.       light sources.
  43.  
  44.  
  45.  
  46.    MENU OPTIONS
  47.    ------------
  48.  
  49.    File Menu:
  50.       Select "Quit" to exit the Beating Heart Demo and 
  51.       return to the IDL Demo main screen.
  52.  
  53.    Options Menu:
  54.    
  55.       Shading
  56.       Select either Flat or Gouraud shading for the 
  57.       solid. Gouraud shading results in a more realistic
  58.       appearance. Shading is only enabled when the 
  59.       Style is set to Solid.
  60.  
  61.       Style
  62.       Select either Wire or Solid to represent the 
  63.       surface of the heart.
  64.  
  65.       Drag Quality
  66.       Select either Low or High quality for when you
  67.       rotate the solid by dragging the mouse. Low 
  68.       quality shows a wire surface when dragging while
  69.       High quality retains the surface displayed.
  70.  
  71.    Help Menu:
  72.       Select "About Beating Heart" for information about
  73.       the Beating Heart Demo.
  74.  
  75.  
  76.    FEATURES
  77.    --------
  78.  
  79.    <<OBJECT VISIBILITY>> checklist   
  80.  
  81.    Select one or all of the following choices for 
  82.    displaying the heart. A check next to the item 
  83.    specifies that it is enabled.
  84.  
  85.    o  Outer surface
  86.    o  Inner surface
  87.    o  Bottom surface
  88.    o  Axis 3D
  89.    o  Light icons
  90.    o  Annotations
  91.  
  92.  
  93.    <<APPLY CPR>> button
  94.       Starts the animation sequence.
  95.  
  96.    <<SKIP A BEAT>> button
  97.       Displays each animation frame in order.
  98.  
  99.    <<RESET>> button
  100.       Reset the heart to its initial orientation.
  101.  
  102.  
  103.    INTERACTIVE MOVEMENT
  104.       Use your left mouse button to interactively 
  105.       rotate the heart. Position the cursor on the 
  106.       image and, while holding down the left mouse 
  107.       button, move the cursor to rotate the heart. 
  108.       Release the mouse button when you are satisfied 
  109.       with the position of the heart.
  110.  
  111.  
  112.